public const uint8 ID = 0;
driver.ID = ID;
public link bit Width = driver.Width;
public link bit Height = driver.Height;
public link bit BackColor = driver.BackColor;
public link bit MouseX = driver.MouseX;
public link bit MouseY = driver.MouseY;
public link bit OS_EventFlag = driver.OS_EventFlag;
public link void OS_init(){} = driver.OS_init;
public link void MousePress(){} = driver.MousePress;
public link void SetImage(bit n1){} = driver.SetImage;
